Click or drag to resize

MeetingStatus Enumeration

The MeetingStatus enum specifies the status of an appointment or meeting.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum MeetingStatus
Members
  Member nameValueDescription
NonMeeting0 This appointment has been scheduled by this messaging user alone and does not represent a meeting (default value).
Meeting1 The appointment has been or is to be made into a meeting.
Received2 The requests for the meeting have been received by the intended attendees.
CanceledOrganizer3 The meeting organizer has canceled the meeting.
Canceled4 The meeting has canceled.
None5 None.
See Also